[INFO] cloning repository https://github.com/jamesonej22/rtotp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jamesonej22/rtotp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesonej22%2Frtotp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesonej22%2Frtotp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9a726db0e7767b9475c6c044336d50a122747bbd
[INFO] fixing jamesonej22/rtotp against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesonej22%2Frtotp" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jamesonej22/rtotp
[INFO] finished tweaking git repo https://github.com/jamesonej22/rtotp
[INFO] tweaked toml for git repo https://github.com/jamesonej22/rtotp written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jamesonej22/rtotp on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jamesonej22/rtotp already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6185350a545499f54961782d428e6bd946c48fbb4a11f2c416af84dd02ffa9ff
[INFO] running `Command { std: "docker" "start" "6185350a545499f54961782d428e6bd946c48fbb4a11f2c416af84dd02ffa9ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6185350a545499f54961782d428e6bd946c48fbb4a11f2c416af84dd02ffa9ff" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6185350a545499f54961782d428e6bd946c48fbb4a11f2c416af84dd02ffa9ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6185350a545499f54961782d428e6bd946c48fbb4a11f2c416af84dd02ffa9ff" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking rtotp v0.1.0 (/opt/rustwide/workdir/rtotp)
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]   --> rtotp/src/otpauth.rs:82:54
[INFO] [stdout]    |
[INFO] [stdout] 82 |         let issuer = params.get("issuer").is_none_or(f);
[INFO] [stdout]    |                                                      ^
[INFO] [stdout]    |
[INFO] [stdout] note: function `crate::base32::test::f` exists but is inaccessible
[INFO] [stdout]   --> rtotp/src/base32.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn f() -> Result<(), String> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 82 -         let issuer = params.get("issuer").is_none_or(f);
[INFO] [stdout] 82 +         let issuer = params.get("issuer").is_none_or(s);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `algorithm` in this scope
[INFO] [stdout]   --> rtotp/src/otpauth.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |     algorithm: Option<OtpAlgorithm>,
[INFO] [stdout]    |     --------- a field by that name exists in `Self`
[INFO] [stdout] ...
[INFO] [stdout] 87 |             algorithm,
[INFO] [stdout]    |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `digits` in this scope
[INFO] [stdout]   --> rtotp/src/otpauth.rs:88:13
[INFO] [stdout]    |
[INFO] [stdout] 60 |     digits: u32,
[INFO] [stdout]    |     ------ a field by that name exists in `Self`
[INFO] [stdout] ...
[INFO] [stdout] 88 |             digits,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `counter` in this scope
[INFO] [stdout]   --> rtotp/src/otpauth.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 61 |     counter: Option<u64>,
[INFO] [stdout]    |     ------- a field by that name exists in `Self`
[INFO] [stdout] ...
[INFO] [stdout] 89 |             counter,
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `time_step` in this scope
[INFO] [stdout]   --> rtotp/src/otpauth.rs:90:13
[INFO] [stdout]    |
[INFO] [stdout] 62 |     time_step: Option<u64>,
[INFO] [stdout]    |     --------- a field by that name exists in `Self`
[INFO] [stdout] ...
[INFO] [stdout] 90 |             time_step,
[INFO] [stdout]    |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `HashAlgorithm`, `Sha1`, `Sha256`, `Sha512`, and `otp::Otp`
[INFO] [stdout]  --> rtotp/src/otpauth.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 |     hash::{HashAlgorithm, Sha1, Sha256, Sha512},
[INFO] [stdout]   |            ^^^^^^^^^^^^^  ^^^^  ^^^^^^  ^^^^^^
[INFO] [stdout] 5 |     otp::Otp,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]   --> rtotp/src/otpauth.rs:82:54
[INFO] [stdout]    |
[INFO] [stdout] 82 |         let issuer = params.get("issuer").is_none_or(f);
[INFO] [stdout]    |                                                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 82 -         let issuer = params.get("issuer").is_none_or(f);
[INFO] [stdout] 82 +         let issuer = params.get("issuer").is_none_or(s);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `algorithm` in this scope
[INFO] [stdout]   --> rtotp/src/otpauth.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |     algorithm: Option<OtpAlgorithm>,
[INFO] [stdout]    |     --------- a field by that name exists in `Self`
[INFO] [stdout] ...
[INFO] [stdout] 87 |             algorithm,
[INFO] [stdout]    |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `digits` in this scope
[INFO] [stdout]   --> rtotp/src/otpauth.rs:88:13
[INFO] [stdout]    |
[INFO] [stdout] 60 |     digits: u32,
[INFO] [stdout]    |     ------ a field by that name exists in `Self`
[INFO] [stdout] ...
[INFO] [stdout] 88 |             digits,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `counter` in this scope
[INFO] [stdout]   --> rtotp/src/otpauth.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 61 |     counter: Option<u64>,
[INFO] [stdout]    |     ------- a field by that name exists in `Self`
[INFO] [stdout] ...
[INFO] [stdout] 89 |             counter,
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `time_step` in this scope
[INFO] [stdout]   --> rtotp/src/otpauth.rs:90:13
[INFO] [stdout]    |
[INFO] [stdout] 62 |     time_step: Option<u64>,
[INFO] [stdout]    |     --------- a field by that name exists in `Self`
[INFO] [stdout] ...
[INFO] [stdout] 90 |             time_step,
[INFO] [stdout]    |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `HashAlgorithm`, `Sha1`, `Sha256`, `Sha512`, and `otp::Otp`
[INFO] [stdout]  --> rtotp/src/otpauth.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 |     hash::{HashAlgorithm, Sha1, Sha256, Sha512},
[INFO] [stdout]   |            ^^^^^^^^^^^^^  ^^^^  ^^^^^^  ^^^^^^
[INFO] [stdout] 5 |     otp::Otp,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> rtotp/src/otpauth.rs:86:13
[INFO] [stdout]    |
[INFO] [stdout] 86 |             issuer,
[INFO] [stdout]    |             ^^^^^^ expected `Option<String>`, found `bool`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `Option<String>`
[INFO] [stdout]               found type `bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> rtotp/src/otpauth.rs:86:13
[INFO] [stdout]    |
[INFO] [stdout] 86 |             issuer,
[INFO] [stdout]    |             ^^^^^^ expected `Option<String>`, found `bool`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `Option<String>`
[INFO] [stdout]               found type `bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rtotp` (lib test) due to 6 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rtotp` (lib) due to 6 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "6185350a545499f54961782d428e6bd946c48fbb4a11f2c416af84dd02ffa9ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6185350a545499f54961782d428e6bd946c48fbb4a11f2c416af84dd02ffa9ff", kill_on_drop: false }`
[INFO] [stdout] 6185350a545499f54961782d428e6bd946c48fbb4a11f2c416af84dd02ffa9ff
